ChangeSpeedCommand

MAVLink command which allows to change the drone speed.

Constructors

Link copied to clipboard
constructor(@NonNull speedType: ChangeSpeedCommand.SpeedType, speed: Double)
Constructor.

Types

Link copied to clipboard
Speed type.

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getSpeed(): Double
Retrieves the speed, in meters/second.
Link copied to clipboard
Retrieves the speed type.
Link copied to clipboard
open fun hashCode(): Int